Hi there, I’m continuing the effort to transfer from V2 webhooks to V3 webhooks, but have admittedly hit a bit of a snag. I’ve noticed a difference in functionality between the two:
In V2, when a PagerDuty alert is transitioned from “triggered” to “resolved” (no acknowledgment) the webhook payload contains whoever is set as the target of the escalation policy as the assignee.
In V3, when a PagerDuty alert is transitioned from “triggered” to “resolved” (no acknowledgment) the webhook payload is null where we would expect to find the assignee.
In order to replicate the behavior of V2 in V3, I would have to make a call to the PagerDuty API to get the escalation policy that is named in the V3 Webhook payload and then parse through the escalation policy in order to find the target.
Is this intended functionality? Or is this a bug that I’ve discovered?